home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / LispExample / ReadMe < prev   
Text File  |  1995-06-12  |  598b  |  7 lines

  1. This directory contains a programming example called "Lisp".  It puts up a scrollable window in which you can type Lisp code.  It is a good example of running Common Lisp as a child process and subclassing the Text object to be a Lisp Listener.  It also shows one way to do command-line editing with both the mouse and emacs-style control keys. 
  2.  
  3. For the app to work, you need to have Common Lisp built on your machine.   See the file 
  4. /NextLibrary/Documentation/NeXT/RelNotes/LispNotes.wn for instructions on how to build Common Lisp.  
  5.  
  6. Further documentation on this example may be forthcoming.
  7.